home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / all windows.win / streaming / qtspacketizerreassembler.win / readme.txt
Encoding:
Text File  |  2000-06-23  |  1.5 KB  |  36 lines

  1. ReadMe QTSPackitizerReassembler
  2.  
  3. GETTING STARTED
  4. The projects in this folder are all MS-Dev Visual C/C++ projects
  5. that expect to find the QuickTime header files and libraries in the
  6. folder QTDevWin, which is assumed to be in the parent of the parent
  7. of the folder containing the .dsw files. If you have placed the required
  8. header files and libraries elsewhere, you will need to change
  9. the access paths of the projects.
  10.  
  11. QUICKTIME STREAMING SAMPLE CODE
  12. This folder contains sample code for QuickTime Streaming
  13. RTPMediaPacketizer components and RTPReassembler components.
  14. These components packetize or reassemble multimedia data that
  15. is streamed over RTP.
  16.  
  17. Sample Code Organization
  18. The sample code is organized into four MS-Dev Visual C/C++
  19. (version 5.0) projects, two for Component Video RTP components and
  20. two for IMA Audio RTP components.  Each project defines two
  21. targets, Release and Debug versions of a Win32 packetizer DLL or
  22. a Win32 reassembler DLL.
  23.  
  24. Building Win32 Component (.qtx) Files
  25. Each Win32 component file can be built in three stages.  First
  26. build the DLL, then build the QTML resources using Rez.exe
  27. (included in the QuickTime SDK), and, finally, combine the DLL
  28. and resources into a single .qtx file using RezWack.exe (also
  29. in the QuickTime SDK).
  30.  
  31. Each project contains two batch files to facilitate this
  32. process, one for each DLL target. The batch files are called
  33. automatically when you rebuild the project.
  34.  
  35. Enjoy,
  36. QuickTime Team